Skip to content

fix(website): responsive mobile layout for all landing page sections#110

Merged
blove merged 3 commits into
mainfrom
fix/landing-page-mobile-layout
Apr 11, 2026
Merged

fix(website): responsive mobile layout for all landing page sections#110
blove merged 3 commits into
mainfrom
fix/landing-page-mobile-layout

Conversation

@blove
Copy link
Copy Markdown
Contributor

@blove blove commented Apr 11, 2026

Summary

All landing page sections now stack properly on mobile (375px):

  • ProblemSolution: 2-column → stacks (minmax 360px → min(360px, 100%))
  • CodeShowcase: 2-column → stacks (minmax 380px → min(380px, 100%))
  • Comparison tables: fixed 1fr 1fr 1fr → minmax columns with overflow auto
  • WhitePaperGate: 2-column → stacks, padding 56px → 24px

12 files across angular/, render/, chat-landing/.

Test plan

  • nx build website — success
  • CI green

🤖 Generated with Claude Code

blove and others added 2 commits April 10, 2026 19:59
- Remove FairComparisonSection from homepage
- WhitePaperSection: stack 2-col grid to single column on mobile,
  reduce padding from 48px/56px to 32px/24px
- ProblemSection: reduce section and gap card padding on mobile
- LibrariesSection: use min() in minmax to prevent card overflow
  on narrow viewports (375px)
- ChatFeaturesSection: reduce chat window height on mobile

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- ProblemSolution: minmax(360px) → minmax(min(360px, 100%)) to stack on mobile
- CodeShowcase: minmax(380px) → minmax(min(380px, 100%))
- Comparison tables: fixed 1fr 1fr 1fr → minmax columns with overflow auto
- WhitePaperGate: minmax(320px) → minmax(min(320px, 100%)), reduce padding

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cacheplane Ready Ready Preview, Comment Apr 11, 2026 3:11am

Request Review

…rariesSection instead

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@blove blove merged commit 10dddad into main Apr 11, 2026
14 checks passed
@blove blove deleted the fix/landing-page-mobile-layout branch May 7, 2026 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant